From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Schmelzer Date: Tue, 22 Mar 2016 23:36:41 +0100 Subject: [U-Boot] Fwd: difference between ft_board_setup() and ft_system_setup() In-Reply-To: <56EA6C90.4030609@schmelzer.or.at> References: <56EA6C90.4030609@schmelzer.or.at> Message-ID: <56F1C8F9.7080306@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 ping ... -------- Forwarded Message -------- Subject: difference between ft_board_setup() and ft_system_setup() Date: Thu, 17 Mar 2016 09:36:32 +0100 From: Hannes Schmelzer To: u-boot at 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