]> git.sur5r.net Git - u-boot/blobdiff - include/config_distro_bootcmd.h
x86: fsp: Fix cast for 64-bit compilation
[u-boot] / include / config_distro_bootcmd.h
index 4db6faa7bb8038535f6ceda1409a545966df5f14..0e01e8240dd55fa60b31e9e7c6d72d7e768cf882 100644 (file)
  * message that includes some other pre-processor symbols in the text.
  */
 
-/* We need the part command */
-#define CONFIG_PARTITION_UUIDS
-#define CONFIG_CMD_PART
-
 #define BOOTENV_SHARED_BLKDEV_BODY(devtypel) \
                "if " #devtypel " dev ${devnum}; then " \
                        "setenv devtype " #devtypel "; " \
                        "${kernel_addr_r} efi/boot/"BOOTEFI_NAME"; "      \
                "if fdt addr ${fdt_addr_r}; then "                        \
                        "bootefi ${kernel_addr_r} ${fdt_addr_r};"         \
-               "else"                                                    \
+               "else "                                                    \
                        "bootefi ${kernel_addr_r} ${fdtcontroladdr};"     \
                "fi\0"                                                    \
        \