From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Schmelzer Date: Thu, 17 Mar 2016 09:36:32 +0100 Subject: [U-Boot] difference between ft_board_setup() and ft_system_setup() Message-ID: <56EA6C90.4030609@schmelzer.or.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi, i've seen today that there is some kconfig option to switch on CONFIG_OF_SYSTEM_SETUP, which turns on calling some ft_system_setup() function before booting the OS. In the days before this my meaning was to implement all things which i have to modify dynamically within ft_board_setup(). What is the purpose of ft_system_setup, which thing should be implemented here and which things should stay in ft_board_setup? many thanks and best regards, Hannes