X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Frpi.h;h=9ce41767a976b911573d9816746fb50f18022f8a;hb=747fed56d3876d7de89959f9a927901e02166151;hp=f706c72313928e8e1ab195bc2cf27196b75035dc;hpb=86cf1c82850f7c226f23684e19616e526ffaf10f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/rpi.h b/include/configs/rpi.h index f706c72..9ce4176 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -65,7 +65,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_TFTP_TSIZE -#define CONFIG_MISC_INIT_R #endif /* Console configuration */ @@ -149,6 +148,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ + func(MMC, mmc, 1) \ func(USB, usb, 0) \ func(PXE, pxe, na) \ func(DHCP, dhcp, na)