Re: [U-Boot] [PATCH] tree-wide: move CONFIG_PHYS_64BIT to Kconfig

2016-07-25 Thread Masahiro Yamada
Hi Tom, 2016-07-25 1:55 GMT+09:00 Tom Rini : > On Sun, Jul 24, 2016 at 10:12:50PM +0900, Masahiro Yamada wrote: > >> I tried my best to use "select" where possible (for example, ARMv8 >> architecture) because I think this kind of option is generally user- >> unconfigurable. However, I see some o

Re: [U-Boot] [PATCH] tree-wide: move CONFIG_PHYS_64BIT to Kconfig

2016-07-25 Thread Stefan Roese
On 24.07.2016 15:12, Masahiro Yamada wrote: I tried my best to use "select" where possible (for example, ARMv8 architecture) because I think this kind of option is generally user- unconfigurable. However, I see some of PowerPC boards have 36BIT defconfigs as well as 32BIT ones. I moved CONFIG_P

Re: [U-Boot] [PATCH] tree-wide: move CONFIG_PHYS_64BIT to Kconfig

2016-07-24 Thread Tom Rini
On Sun, Jul 24, 2016 at 10:12:50PM +0900, Masahiro Yamada wrote: > I tried my best to use "select" where possible (for example, ARMv8 > architecture) because I think this kind of option is generally user- > unconfigurable. However, I see some of PowerPC boards have 36BIT > defconfigs as well as 3