From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 22 Jul 2013 16:08:14 -0500 Subject: [U-Boot] [PATCH v3] dfu, nand, ubi: add partubi alt settings for updating ubi partition In-Reply-To: <20130718085723.5979e7f1@amdc308.digital.local> (from l.majewski@samsung.com on Thu Jul 18 01:57:23 2013) References: <1373950449-21686-1-git-send-email-hs@denx.de> <1374127495-31162-1-git-send-email-hs@denx.de> <20130718085723.5979e7f1@amdc308.digital.local> Message-ID: <1374527294.15592.18@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/18/2013 01:57:23 AM, Lukasz Majewski wrote: > As a side note, I'm curious how bool ubi would be implemented by the > compiler and if it is equivalent to explicite bit fields. I believe the compiler implements bool as an 8-bit data type. -Scott