diff options
Diffstat (limited to 'board/freescale/p2041rdb/p2041rdb.c')
| -rw-r--r-- | board/freescale/p2041rdb/p2041rdb.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/board/freescale/p2041rdb/p2041rdb.c b/board/freescale/p2041rdb/p2041rdb.c index 1f6a34b3d..976c8d290 100644 --- a/board/freescale/p2041rdb/p2041rdb.c +++ b/board/freescale/p2041rdb/p2041rdb.c @@ -54,10 +54,6 @@ int checkboard(void)  	sw = CPLD_READ(fbank_sel);  	printf("vBank: %d\n", sw & 0x1); -#ifdef CONFIG_PHYS_64BIT -	puts("36-bit Addressing\n"); -#endif -  	/*  	 * Display the RCW, so that no one gets confused as to what RCW  	 * we're actually using for this boot. |