X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=onenand_ipl%2Fboard%2Fapollon%2Fapollon.c;h=4936e00f17ab78099433d03f3b203853d718b397;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=acf5c2998f3b1d46e74150a6c14847fa160df0a9;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/onenand_ipl/board/apollon/apollon.c b/onenand_ipl/board/apollon/apollon.c index acf5c29..4936e00 100644 --- a/onenand_ipl/board/apollon/apollon.c +++ b/onenand_ipl/board/apollon/apollon.c @@ -37,7 +37,7 @@ int board_init(void) return 0; } -#ifdef CFG_PRINTF +#ifdef CONFIG_SYS_PRINTF /* Pin Muxing registers used for UART1 */ /**************************************** * Routine: muxSetupUART1 (ostboot) @@ -63,7 +63,7 @@ static void muxSetupUART1(void) **********************************************************/ int s_init(int skip) { -#ifdef CFG_PRINTF +#ifdef CONFIG_SYS_PRINTF muxSetupUART1(); #endif return 0;