Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc83xx / elbc / elbc.h
1 #if defined(CONFIG_ELBC_BR_OR_NAND_PRELIM_0)
2 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR0_PRELIM
3 #define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR0_PRELIM
4 #elif defined(CONFIG_ELBC_BR_OR_NAND_PRELIM_1)
5 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR1_PRELIM
6 #define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR1_PRELIM
7 #elif defined(CONFIG_ELBC_BR_OR_NAND_PRELIM_2)
8 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR2_PRELIM
9 #define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR2_PRELIM
10 #elif defined(CONFIG_ELBC_BR_OR_NAND_PRELIM_3)
11 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR3_PRELIM
12 #define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR3_PRELIM
13 #elif defined(CONFIG_ELBC_BR_OR_NAND_PRELIM_4)
14 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR4_PRELIM
15 #define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR4_PRELIM
16 #endif