X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fmach-rockchip%2Fbootrom.c;h=4ca996231015a38cd0a5c05e288d28be73c4b284;hb=19d1f1a2f3ccfbf85125150f7876ce22714b38bd;hp=da36f9269729c02b3721691d982653ea786a0b83;hpb=3c476d841daa491f87c8f07851038afbdf4d90a8;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/arm/mach-rockchip/bootrom.c b/arch/arm/mach-rockchip/bootrom.c index da36f92..4ca9962 100644 --- a/arch/arm/mach-rockchip/bootrom.c +++ b/arch/arm/mach-rockchip/bootrom.c @@ -9,8 +9,8 @@ void back_to_bootrom(void) { -#if defined(CONFIG_SPL_LIBGENERIC_SUPPORT) && !defined(CONFIG_TPL_BUILD) - printf("Returning to boot ROM..."); +#if defined(CONFIG_SPL_LIBCOMMON_SUPPORT) && !defined(CONFIG_TPL_BUILD) + puts("Returning to boot ROM..."); #endif _back_to_bootrom_s(); }