> Please sort list. > >> diff --git a/drivers/misc/fsl_law.c b/drivers/misc/fsl_law.c >> index 931cc71..d2b0cde 100644 >> --- a/drivers/misc/fsl_law.c >> +++ b/drivers/misc/fsl_law.c >> @@ -38,7 +38,7 @@ DECLARE_GLOBAL_DATA_PTR; >> defined(CONFIG_MPC8641) || defined(CONFIG_MPC8610) >> #define FSL_HW_NUM_LAWS 10 >> #elif defined(CONFIG_MPC8536) || defined(CONFIG_MPC8572) || \ >> - defined(CONFIG_P1010) || \ >> + defined(CONFIG_P1010) || defined(CONFIG_P1014) || \ >> defined(CONFIG_P1011) || defined(CONFIG_P1020) || \ >> defined(CONFIG_P1012) || defined(CONFIG_P1021) || \ >> defined(CONFIG_P1013) || defined(CONFIG_P1022) || \ > > Ditto.
The sorting of this list has always been non-alphabetical as we kept single & dual core defines together. I'd rather leave this as is and clean up all of them in one swoop. I'll post the cleanup patch shortly. - k _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot